home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / FILER / SMART.ZIP / !SmartDir / h / ftask < prev    next >
Text File  |  1997-09-24  |  212b  |  11 lines

  1. #ifndef __ftask_h
  2. #define __ftask_h
  3.  
  4. #include "OS:wimp.h"
  5.  
  6. /* Find a named task's handle
  7.    Result is 0 if not found but no system error */
  8. extern os_error const *find_named_task(char const *, wimp_t *);
  9.  
  10. #endif
  11.